net.conn.ok (method)
46 uses
net (current package)
iprawsock.go#L106: if !c.ok() {
iprawsock.go#L114: if !c.ok() {
iprawsock.go#L126: if !c.ok() {
iprawsock.go#L147: if !c.ok() {
iprawsock.go#L159: if !c.ok() {
iprawsock.go#L171: if !c.ok() {
iprawsock.go#L192: if !c.ok() {
net.go#L170: func (c *conn) ok() bool { return c != nil && c.fd != nil }
net.go#L176: if !c.ok() {
net.go#L188: if !c.ok() {
net.go#L200: if !c.ok() {
net.go#L214: if !c.ok() {
net.go#L224: if !c.ok() {
net.go#L232: if !c.ok() {
net.go#L243: if !c.ok() {
net.go#L254: if !c.ok() {
net.go#L266: if !c.ok() {
net.go#L278: if !c.ok() {
tcpsock.go#L119: if !c.ok() {
tcpsock.go#L127: if !c.ok() {
tcpsock.go#L140: if !c.ok() {
tcpsock.go#L152: if !c.ok() {
tcpsock.go#L176: if !c.ok() {
tcpsock.go#L188: if !c.ok() {
tcpsock.go#L199: if !c.ok() {
tcpsock.go#L213: if !c.ok() {
tcpsock.go#L232: if !c.ok() {
udpsock.go#L129: if !c.ok() {
udpsock.go#L146: if !c.ok() {
udpsock.go#L172: if !c.ok() {
udpsock.go#L200: if !c.ok() {
udpsock.go#L212: if !c.ok() {
udpsock.go#L224: if !c.ok() {
udpsock.go#L236: if !c.ok() {
udpsock.go#L259: if !c.ok() {
udpsock.go#L271: if !c.ok() {
unixsock.go#L75: if !c.ok() {
unixsock.go#L84: if !c.ok() {
unixsock.go#L96: if !c.ok() {
unixsock.go#L107: if !c.ok() {
unixsock.go#L119: if !c.ok() {
unixsock.go#L140: if !c.ok() {
unixsock.go#L152: if !c.ok() {
unixsock.go#L164: if !c.ok() {
unixsock.go#L185: if !c.ok() {
writev_unix.go#L15: if !c.ok() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |